The LED Bar Tool is an ActiveX control. As such, an LED Bar Tool object has an ActiveX page on the Property Sheet. Many of these properties are the object’s formatting properties. Values for the ActiveX Properties can be set directly on the ActiveX page or in the OCX Properties dialog box, which is accessed by clicking the (OCXProperties) property.
| Property | Description | Related Properties |
|---|---|---|
|
Specifies whether the object controls its update rate. Default is 0 - No. When set to 1 - Yes, the object is repainted at the rate specified by the UpdateFrameRate property. |
||
|
Specifies the color of the object background. Default is gray (RGB 236.233.216). The background color is not shown if the Transparent property is set to 1 - Yes. |
||
|
Specifies the border style of the object. Default is 0 - ibsNone. Other options are 1 - ibsRaised and 2 - ibsLowered. |
||
|
Specifies the maximum value reached by the Position property. It is reset each time the Position value is greater than the CurrentMax value. The only way to access the value is programmatically (i.e., using script). |
||
|
Specifies the minimum value reached by the Position property. It is reset each time the Position value is less than the CurrentMin value. The only way to access the value is programmatically (i.e., using script). |
||
|
Enables user interaction with the object. If set to 0 - No, the object is still shown but its context menu is disabled. Default is 1 - Yes. |
||
|
Specifies the height (in pixels) of the object. |
||
|
Not applicable. Default is 0 - No. |
||
|
Enables the SaveAllPropertiesToFile method to save just the ActiveX Properties or all object properties. Default is 0 - No, which means that only ActiveX Properties are saved. |
||
|
Specifies the position of last illuminated segment. Default is 0. If the object is associated with a point, the point’s value sets the position. If PositionPercent is specified, this value is calculated. If this value is specified, PositionPercent is calculated. |
||
|
Specifies the upper limit of the segments. Default is 100. |
||
|
Specifies the lower limit of the segments. Default is 0. |
||
|
Specifies the level of the illuminated segment in terms of percent in regards to the range (PositionMax and PositionMin). If Position is specified, this value is calculated. If this value is specified, Position is calculated. Default is 0. Valid range is 0.00 (0%) and 1.00 (100%). |
||
|
Specifies the color of Section 1. Default is green (RGB 0.128.0). Note: In script, you can set this and other color properties using the VBScript function 'control.somecolor = RGB (255,0,0).' |
||
|
Specifies the color of Section 2. Default is yellow (RGB 255.255.0). Note: In script, you can set this and other color properties using the VBScript function 'control.somecolor = RGB (255,0,0).' |
||
|
Specifies the color of Section 3. Default is red (RGB 255.0.0). Note: In script, you can set this and other color properties using the VBScript function 'control.somecolor = RGB (255,0,0).' |
||
|
Specifies the number of color sections. Default is 1. |
||
|
Specifies the end value for Section 1. Default is 50. |
||
|
Specifies the end value for Section 2. Default is 75. |
||
|
Specifies the direction the segments illuminate as the Position property increases. Default is 0 - idUp. Other options are 1 - idDown, 2 - idRight, and 3 - idLeft. If set to Up or Down, the object boundary must be vertical. If set to Right or Left, the object boundary must be horizontal. |
||
|
SegmentMargin |
Specifies the margin (in pixels) between the digits and the object boundary. Default is 2. |
|
|
Specifies the size (in pixels) of each segment. Default is 5. |
||
|
Specifies the spacing (in pixels) between each segment. Default is 2. |
||
|
Specifies the style of each segment. Default is 0 - ibssRectangle. Other options are 1 - ibssCircle and 2 - ibssTriangle. |
||
|
Enables display of non-illuminated segments. Default is 1 - Yes. |
||
|
Enables transparency of the object background. Default is 0 - No. |
||
|
Specifies the rate (in seconds) of repainting the object. Default is 60. Applicable only when AutoFrameRate is set to 1 - Yes. |
||
|
Enables the visibility of the object on TheView. Default is 1 - Yes. |
||
|
Specifies the width (in pixels) of the object. |